home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineButton2_19 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2013-04-24  |  129 b   |  11 lines

  1. on(release){
  2.    if(_root.level == 25)
  3.    {
  4.       _root.backToMenu();
  5.    }
  6.    else
  7.    {
  8.       _root.nextLevel();
  9.    }
  10. }
  11.